TrustGeneralSettingSection.TrustName Property
Gets or sets the name of the trust relationship.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Friend Property TrustName As String
Get
Set
'Usage
Dim value As String
value = Me.TrustName
Me.TrustName = value
protected internal string TrustName { get; set; }
Property Value
Type: System.String
Returns a String value representing the name.
See Also
Reference
TrustGeneralSettingSection Class