Propriedade do RDL AttributeGroup.FullName
Gets or sets the full qualified name.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(IsRequired := False)> _
Public Property FullName As String
Get
Set
'Uso
Dim instance As AttributeGroup
Dim value As String
value = instance.FullName
instance.FullName = value
[DataMemberAttribute(IsRequired = false)]
public string FullName { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ FullName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member FullName : string with get, set
function get FullName () : String
function set FullName (value : String)
Valor da propriedade
Tipo: System.String
The full qualified name.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts