共用方式為


Theme.Name property

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("This property applies to SharePoint 2007 theming and is no longer functional",  _
    False)> _
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As Theme
Dim value As String

value = instance.Name
[ObsoleteAttribute("This property applies to SharePoint 2007 theming and is no longer functional", 
    false)]
public string Name { get; }

Property value

Type: System.String

See also

Reference

Theme class

Theme members

Microsoft.SharePoint.WebControls namespace