다음을 통해 공유


MetadataResultOptions.AttributeGroups 속성

Gets or sets the ResultType for attribute groups.

네임스페이스:  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
The result type for attribute groups.

참고 항목

참조

MetadataResultOptions 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스