GroupDetailInfo.Description Property
Gets or sets the description for the group.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public string Description { get; set; }
public:
[DataMemberAttribute]
property String^ Description {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property Description As String
Property Value
Type: System.String
A String object that contains the description.
See Also
GroupDetailInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top