共用方式為


Name 欄位

The domain list name.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Name As String
'用途
Dim instance As SystemDomainList
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