다음을 통해 공유


AttributeGroup.FullName 속성

Gets or sets the full qualified name.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(IsRequired := False)> _
Public Property FullName As String 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.String
The full qualified name.

참고 항목

참조

AttributeGroup 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스