SPContentType.DescriptionResource property

Gets or sets a user-defined localizable resource that represents the content type description.

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

Syntax

'Declaration
Public ReadOnly Property DescriptionResource As SPUserResource
    Get
'Usage
Dim instance As SPContentType
Dim value As SPUserResource

value = instance.DescriptionResource
public SPUserResource DescriptionResource { get; }

Property value

Type: Microsoft.SharePoint.SPUserResource
A user-defined resource for the content type description.

Remarks

This property is the source for the string returned by the Description property, which returns DescriptionResource.Value. The value that is returned by this expression changes as the value of the CurrentUICulture property of the current thread changes. For more information, see the SPUserResource.Value property.

See also

Reference

SPContentType class

SPContentType members

Microsoft.SharePoint namespace

Description