TermStoreGenericObject.SCP property

This member is reserved for internal use and is not intended to be used directly from your code. Gets custom properties.

Namespace:  Microsoft.SharePoint.Taxonomy.WebServices
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Property SCP As String
    Get
    Set
'Usage
Dim instance As TermStoreGenericObject
Dim value As String

value = instance.SCP

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

Property value

Type: System.String

Remarks

For Term objects, gets shared custom properties.

See also

Reference

TermStoreGenericObject class

TermStoreGenericObject members

Microsoft.SharePoint.Taxonomy.WebServices namespace