SPList.DescriptionResource - Propriété
Gets an SPUserResource object that represents the translations for the description of the list.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DescriptionResource As SPUserResource
Get
'Utilisation
Dim instance As SPList
Dim value As SPUserResource
value = instance.DescriptionResource
public SPUserResource DescriptionResource { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPUserResource
An object that encapsulates a user-defined localizable resource.
Remarques
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 can vary depending on the value of the CurrentUICulture of the current thread. For more information, see the SPUserResource.Value property.