Compartir a través de


SystemPropertyValue.Value Propiedad

Gets or sets the system property value.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Value As String 
    Get 
    Set
'Uso
Dim instance As SystemPropertyValue 
Dim value As String 

value = instance.Value

instance.Value = value
[DataMemberAttribute]
public string Value { get; set; }
[DataMemberAttribute]
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Value : string with get, set
function get Value () : String 
function set Value (value : String)

Valor de la propiedad

Tipo: System.String
The system property value.

Vea también

Referencia

SystemPropertyValue Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts