Propriedade do RDL ExportView.VersionFlagId
Gets or sets the version flag identifier of the data in the view (optional).
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property VersionFlagId As Identifier
Get
Set
'Uso
Dim instance As ExportView
Dim value As Identifier
value = instance.VersionFlagId
instance.VersionFlagId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier VersionFlagId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ VersionFlagId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member VersionFlagId : Identifier with get, set
function get VersionFlagId () : Identifier
function set VersionFlagId (value : Identifier)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The version flag identifier of the data in the view.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts