SPContentType.DescriptionResource property
取得或設定使用者定義可當地語系化的資源,表示內容的型別描述。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property DescriptionResource As SPUserResource
Get
'用途
Dim instance As SPContentType
Dim value As SPUserResource
value = instance.DescriptionResource
public SPUserResource DescriptionResource { get; }
Property value
Type: Microsoft.SharePoint.SPUserResource
內容型別描述使用者定義的資源。
備註
此屬性為 [ Description ] 屬性,它會傳回DescriptionResource.Value所傳回的字串的來源。值為目前的執行緒變更CurrentUICulture屬性的值傳回的運算式,它會變更。如需詳細資訊,請參閱SPUserResource.Value屬性。