属性グループの ResultType を取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AttributeGroups As ResultType
Get
Set
'使用
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)
プロパティ値
型: Microsoft.MasterDataServices.Services.DataContracts.ResultType
属性グループの結果の種類。