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