다음을 통해 공유


Name 필드

The name of the system domain list item.

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

구문

‘선언
<DataMemberAttribute> _
Public Name As String
‘사용 방법
Dim instance As SystemDomainListItem
Dim value As String

value = instance.Name

instance.Name = value
[DataMemberAttribute]
public string Name
[DataMemberAttribute]
public:
String^ Name
[<DataMemberAttribute>]
val mutable Name: string
public var Name : String