Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the ResultType for version flags.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, 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(IsRequired = false, EmitDefaultValue = false)]
public ResultType VersionFlags { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property ResultType VersionFlags {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member VersionFlags : ResultType with get, set
function get VersionFlags () : ResultType
function set VersionFlags (value : ResultType)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for version flags.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace