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.
Retrieves or sets a fragment name.
Definition
Visual Basic Public Property Name As String C# public string Name { get; set; } C++ public:
property String^ Name {
String^ get();
void set(String^ value);
}JScript public function get Name() : String
public function set Name(String);
Property Value
System.String
String that contains the fragment name.This property is read/write.
.gif)