API Reference
Class
TakeoverRow
Row describing a potential takeover path for a template.
Inheritance
- Object
- TakeoverRow
Constructors
public TakeoverRow(String TemplateName, String DisplayName, String TrusteeSid, String TrusteeName, String FriendlySummary) #Row describing a potential takeover path for a template.
Parameters
- TemplateName System.String
- Template name.
- DisplayName System.String
- Template display name.
- TrusteeSid System.String
- Trustee SID.
- TrusteeName System.String
- Resolved trustee name when available.
- FriendlySummary System.String
- Human-friendly summary of the issue.
Methods
public TakeoverRow <Clone>$() #Returns:
TakeoverRowpublic Void Deconstruct(out String TemplateName, out String DisplayName, out String TrusteeSid, out String TrusteeName, out String FriendlySummary) #Returns:
VoidParameters
- TemplateName String
- DisplayName String
- TrusteeSid String
- TrusteeName String
- FriendlySummary String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String