Свойство AttributeGroups
Gets or sets the type of AttributeGroup results to return.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeGroups As ResultType
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.MasterDataServices. . :: . .ResultType
A new instance of type ResultType. Possible values are Details, Identifiers, or None.