GraphMetadata.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags that control how annotations of this metadata behaves.
public:
property Microsoft::VisualStudio::GraphModel::GraphMetadataOptions Options { Microsoft::VisualStudio::GraphModel::GraphMetadataOptions get(); void set(Microsoft::VisualStudio::GraphModel::GraphMetadataOptions value); };
public Microsoft.VisualStudio.GraphModel.GraphMetadataOptions Options { get; set; }
member this.Options : Microsoft.VisualStudio.GraphModel.GraphMetadataOptions with get, set
Public Property Options As GraphMetadataOptions