CertificateSettingSection.IsEdit Property
Gets or sets a value that indicates whether the current trust relationship is being edited.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property IsEdit As Boolean
Get
Set
'Usage
Dim instance As CertificateSettingSection
Dim value As Boolean
value = instance.IsEdit
instance.IsEdit = value
public bool IsEdit { get; set; }
Property Value
Type: System.Boolean
true if the current trust relationship is being edited; otherwise, false.
See Also
Reference
CertificateSettingSection Class