Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
When overridden in a derived class, gets the property type of the argument.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property PropertyType As BRPropertyType
Get
'Usage
Dim instance As BRArgument
Dim value As BRPropertyType
value = instance.PropertyType
public abstract BRPropertyType PropertyType { get; }
public:
virtual property BRPropertyType PropertyType {
BRPropertyType get () abstract;
}
abstract PropertyType : BRPropertyType
abstract function get PropertyType () : BRPropertyType
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The property type of the argument.
Implementiert
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace