Właściwość MetadataResultOptions.AttributeGroups
Pobiera lub ustawia dla AttributeGroups ResultType.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AttributeGroups As ResultType
Get
Set
'Użycie
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.AttributeGroups
instance.AttributeGroups = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ResultType AttributeGroups { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property ResultType AttributeGroups {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AttributeGroups : ResultType with get, set
function get AttributeGroups () : ResultType
function set AttributeGroups (value : ResultType)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.ResultType
ResultType.
Zobacz także