Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of VersionFlag results to return.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property VersionFlags As ResultType
Get
Set
'Usage
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.VersionFlags
instance.VersionFlags = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ResultType VersionFlags { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ResultType VersionFlags {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member VersionFlags : ResultType with get, set
function get VersionFlags () : ResultType
function set VersionFlags (value : ResultType)
Property Value
Type: Microsoft.MasterDataServices.ResultType
A new instance of type ResultType. Possible values are Details, Identifiers, or None.