API Reference
Class
ForestTrustRow
Trust row payload.
Inheritance
- Object
- ForestTrustRow
Constructors
public ForestTrustRow(String Scope, String SourceName, String TargetName, String TrustType, String TrustDirection) #Trust row payload.
Parameters
- Scope System.String
- SourceName System.String
- TargetName System.String
- TrustType System.String
- TrustDirection System.String
Methods
public ForestTrustRow <Clone>$() #Returns:
ForestTrustRowpublic Void Deconstruct(out String Scope, out String SourceName, out String TargetName, out String TrustType, out String TrustDirection) #Returns:
VoidParameters
- Scope String
- SourceName String
- TargetName String
- TrustType String
- TrustDirection String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String