API Reference
Struct
TrustInactiveInfo
Information about an inactive trust relationship.
Inheritance
- ValueType
- TrustInactiveInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Constructor TrustInactiveChecker.TrustInactiveChecker
Constructors
public TrustInactiveInfo(String SourceDomain, String TargetDomain, DateTime WhenChanged, Int32 DaysInactive) #Information about an inactive trust relationship.
Parameters
- SourceDomain System.String
- TargetDomain System.String
- WhenChanged System.DateTime
- DaysInactive System.Int32
Methods
public Void Deconstruct(out String SourceDomain, out String TargetDomain, out DateTime WhenChanged, out Int32 DaysInactive) #Returns:
VoidParameters
- SourceDomain String
- TargetDomain String
- WhenChanged DateTime
- DaysInactive Int32
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String