Compartir a través de


BRItemTypeComponent.Description Propiedad

Gets or sets the description of the type.

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

Sintaxis

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

value = instance.Description

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

Valor de la propiedad

Tipo: System.String
A string representing the description.

Vea también

Referencia

BRItemTypeComponent Clase

Espacio de nombres Microsoft.MasterDataServices