Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the content type name.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property Name As String
Get
Set
'Usage
Dim instance As SPContentType
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Type: System.String
The content type name.
Before you set a value for this property, you should use the ValidateName(String) method to determine whether the proposed name is valid.
The value that is returned by the Name property can be localized so that it changes with the value of the current thread's CurrentUICulture property. For more information, see the DescriptionResource property.