Właściwość ExplicitHierarchy.FullyQualifiedName
Pobiera lub ustawia w pełni kwalifikowaną nazwę hierarchii.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property FullyQualifiedName As String
Get
Set
'Użycie
Dim instance As ExplicitHierarchy
Dim value As String
value = instance.FullyQualifiedName
instance.FullyQualifiedName = value
[DataMemberAttribute]
public string FullyQualifiedName { get; set; }
[DataMemberAttribute]
public:
property String^ FullyQualifiedName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member FullyQualifiedName : string with get, set
function get FullyQualifiedName () : String
function set FullyQualifiedName (value : String)
Wartość właściwości
Typ: System.String
Ciąg, który reprezentuje nazwę.