Compartir a través de


Attributes Propiedad

Gets or sets the type of Attribute results to return.

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

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As ResultType
    Get
    Set
'Uso
Dim instance As MetadataResultOptions
Dim value As ResultType

value = instance.Attributes

instance.Attributes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ResultType Attributes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ResultType Attributes {
    ResultType get ();
    void set (ResultType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Attributes : ResultType with get, set
function get Attributes () : ResultType
function set Attributes (value : ResultType)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices. . :: . .ResultType
A new instance of type ResultType. Possible values are Details, Identifiers, or None.