Propriedade do RDL FullName
Gets or sets the name of the AttributeGroup.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property FullName As String
Get
Set
'Uso
Dim instance As AttributeGroup
Dim value As String
value = instance.FullName
instance.FullName = value
[DataMemberAttribute]
public string FullName { get; set; }
[DataMemberAttribute]
public:
property String^ FullName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member FullName : string with get, set
function get FullName () : String
function set FullName (value : String)
Valor da propriedade
Tipo: System. . :: . .String
A String representing the name.