In This Topic
The path of the resource to load.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property Path As String
[CanBeNull()]
public string Path {get; set;}
[CanBeNull()]
public:
property String^ Path {
String^ get();
void set ( String^ value);
}
See Also