SystemSettingGroup.Description 屬性
Gets or sets the description for the setting group.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property Description As String
Get
Set
'用途
Dim instance As SystemSettingGroup
Dim value As String
value = instance.Description
instance.Description = value
[DataMemberAttribute]
public string Description { get; set; }
[DataMemberAttribute]
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)
屬性值
型別:System.String
A string that represents the description.