IRegistryItemPath Property |
Gets or sets the path.
Namespace:
Xcalibur.Models.Base
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string Path { get; set; }
Property Path As String
Get
Set
property String^ Path {
String^ get ();
void set (String^ value);
}
abstract Path : string with get, set
Property Value
Type:
String
The path.
See Also