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 fully qualified name.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property FullyQualifiedName As String
Get
Set
'Usage
Dim instance As MetadataAttribute
Dim value As String
value = instance.FullyQualifiedName
instance.FullyQualifiedName = value
[DataMemberAttribute(IsRequired = false)]
public string FullyQualifiedName { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ FullyQualifiedName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member FullyQualifiedName : string with get, set
function get FullyQualifiedName () : String
function set FullyQualifiedName (value : String)
Property Value
Type: System.String
The fully qualified name.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace