Class GroupAccountObject
Inheritance
System.Object
GroupAccountObject
Assembly: AsaLib.dll
Syntax
public class GroupAccountObject : CollectObject
Constructors
|
Improve this Doc
View Source
GroupAccountObject(String)
Declaration
public GroupAccountObject(string Name)
Parameters
| Type |
Name |
Description |
| System.String |
Name |
|
Properties
|
Improve this Doc
View Source
Caption
Declaration
public string? Caption { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Description
Declaration
public string? Description { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Domain
Declaration
public string? Domain { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Identity
Declaration
public override string Identity { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
|
Improve this Doc
View Source
InstallDate
Declaration
public string? InstallDate { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
LocalAccount
Declaration
public bool? LocalAccount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Properties
Declaration
public Dictionary<string, string>? Properties { get; set; }
Property Value
| Type |
Description |
| System.Nullable<Dictionary<System.String, System.String>> |
|
|
Improve this Doc
View Source
SID
Declaration
public string? SID { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
SIDType
Declaration
public int? SIDType { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Status
Declaration
public string? Status { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Users
Declaration
public List<string> Users { get; set; }
Property Value
| Type |
Description |
| List<System.String> |
|