Поле 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