OtherProperty.Key property
Gets or sets the key of the OtherProperty object.
Namespace: Microsoft.SharePoint.Publishing.WebServices
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Key As String
Get
Set
'Usage
Dim instance As OtherProperty
Dim value As String
value = instance.Key
instance.Key = value
public string Key { get; set; }
Property value
Type: System.String