GraphMetadata.DefaultValue Property
Default value
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property DefaultValue As Object
public Object DefaultValue { get; set; }
public:
property Object^ DefaultValue {
Object^ get ();
void set (Object^ value);
}
member DefaultValue : Object with get, set
function get DefaultValue () : Object
function set DefaultValue (value : Object)
Property Value
Type: Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.