RetrieveEntityChangesRequest.GetGlobalMetadataVersion 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.
Gets or sets a boolean value that specifies whether metadata version is to be returned. Optional.
public:
property bool GetGlobalMetadataVersion { bool get(); void set(bool value); };
public bool GetGlobalMetadataVersion { get; set; }
member this.GetGlobalMetadataVersion : bool with get, set
Public Property GetGlobalMetadataVersion As Boolean