SystemPropertyValue.SystemPropertyType Propiedad
Gets or sets the unique ID of the system property.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property SystemPropertyType As SystemPropertyType
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.SystemPropertyType
One of the values of SystemPropertyType. Possible values are DatabaseMaxSizeMB and DatabaseUsedSizeMB.