MetadataResultOptions Class
Allows specification of a ResultType that is associated with each type of metadata object.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::MetadataResultOptions
| Name | Description | |
|---|---|---|
![]() | MetadataResultOptions() | Initializes a new instance of the MetadataResultOptions class. |
| Name | Description | |
|---|---|---|
![]() | AttributeGroups | Gets or sets the result type for AttributeGroups. |
![]() | Attributes | Gets or sets the result type for Attributes. |
![]() | DerivedHierarchies | Gets or sets the result type for derived hierarchies. |
![]() | DerivedHierarchyLevels | Gets or sets the result type for DerivedHierarchyLevels. |
![]() | Entities | Gets or sets the result type for Entities. |
![]() | ExplicitHierarchies | Gets or sets the result type for ExplicitHierarchies. |
![]() | Indexes | Gets or sets the result type for Indexes. |
![]() | MemberTypes | Gets or sets the result type for MemberTypes. |
![]() | Models | Gets or sets the result type for Models. |
![]() | VersionFlags | Gets or sets the result type for VersionFlags. |
![]() | Versions | Gets or sets the result type for Versions. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The MetadataResultOptions API operation must have at least one ResultType property to be set to a value that indicates information should be returned.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

