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.
Gets or sets the unique ID of the system property.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SystemPropertyType As SystemPropertyType
Get
Set
'Usage
Dim instance As SystemPropertyValue
Dim value As SystemPropertyType
value = instance.SystemPropertyType
instance.SystemPropertyType = value
[DataMemberAttribute]
public SystemPropertyType SystemPropertyType { get; set; }
[DataMemberAttribute]
public:
property SystemPropertyType SystemPropertyType {
SystemPropertyType get ();
void set (SystemPropertyType value);
}
[<DataMemberAttribute>]
member SystemPropertyType : SystemPropertyType with get, set
function get SystemPropertyType () : SystemPropertyType
function set SystemPropertyType (value : SystemPropertyType)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.SystemPropertyType
One of the values of SystemPropertyType. Possible values are DatabaseMaxSizeMB and DatabaseUsedSizeMB.