Compartir a través de


SystemDomainListItem.Value Propiedad

Gets or sets the item value.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Value As String
    Get
    Set
'Uso
Dim instance As SystemDomainListItem
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
A string that represents the item value.

Vea también

Referencia

SystemDomainListItem Clase

Espacio de nombres Microsoft.MasterDataServices