Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets GroupDetailInfo object of the group.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public GroupDetailInfo DetailInfo { get; set; }
public:
[DataMemberAttribute]
property GroupDetailInfo^ DetailInfo {
GroupDetailInfo^ get();
void set(GroupDetailInfo^ value);
}
<DataMemberAttribute>
Public Property DetailInfo As GroupDetailInfo
Property Value
Type: Microsoft.WindowsServerSolutions.Groups.GroupDetailInfo
An instance of the GroupDetailInfo class.
See Also
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top