GraphMetadata.PropertyOptions Property
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property PropertyOptions As GraphMetadataOptions
Get
Set
public GraphMetadataOptions PropertyOptions { get; set; }
public:
property GraphMetadataOptions PropertyOptions {
GraphMetadataOptions get ();
void set (GraphMetadataOptions value);
}
member PropertyOptions : GraphMetadataOptions with get, set
function get PropertyOptions () : GraphMetadataOptions
function set PropertyOptions (value : GraphMetadataOptions)
Property Value
Type: Microsoft.VisualStudio.GraphModel.GraphMetadataOptions
.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.