SystemDomainListItem.Value Propiedad
Gets or sets the value of the item.
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 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
The value of the item.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts