Udostępnij za pośrednictwem


Pole SystemSetting.Description

Ciąg reprezentujący długi opis ustawienie.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Description As String
'Użycie
Dim instance As SystemSetting
Dim value As String

value = instance.Description

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