Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the ResultType for explicit hierarchies.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property ExplicitHierarchies As ResultType
Get
Set
'Usage
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.ExplicitHierarchies
instance.ExplicitHierarchies = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ResultType ExplicitHierarchies { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property ResultType ExplicitHierarchies {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member ExplicitHierarchies : ResultType with get, set
function get ExplicitHierarchies () : ResultType
function set ExplicitHierarchies (value : ResultType)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for explicit hierarchies.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace