AddinSettings.Namespace property

Gets or sets the namespace for the Addin Settings.

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public Property Namespace As String
    Get
    Set
'Usage
Dim instance As AddinSettings
Dim value As String

value = instance.Namespace

instance.Namespace = value
public string Namespace { get; set; }

Property value

Type: System.String
The String that represents the namespace of the Addin Settings.

Remarks

When enabled, the Addin Settings includes its namespace content inside the tag on all site pages and list view pages.

See also

Reference

AddinSettings class

AddinSettings members

Microsoft.SharePoint.Client.Publishing namespace