RegistryItemPath 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 public string Path { get; set; }
Public Property Path As String
Get
Set
public:
virtual property String^ Path {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Path : string with get, set
override Path : string with get, set
Property Value
Type:
String
The path.
Implements
IRegistryItemPathSee Also