Description 字段
String representing the long description of the setting.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataMemberAttribute> _
Public Description As String
用法
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