Właściwość MetadataResultOptions.AttributeGroups
Pobiera lub ustawia typ AttributeGroup wyniki do zwrotu.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute(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(EmitDefaultValue = false)]
public ResultType AttributeGroups { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ResultType AttributeGroups {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(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.ResultType
Nowe wystąpienie typu ResultType.Możliwe wartości są szczegóły, identyfikatory lub None.