CatalogItem.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of an item.
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String
Property Value
A String
value that contains the name of an item.
Remarks
The Name property does not include the full path name of the item. To retrieve the full path name of an item, use the Path property.
You can modify the Name property of an item by using the MoveItem method. Attempting to modify the Name property using the SetProperties method causes an exception to be thrown with error code rsReadOnlyProperty
.