Gets or sets the path of the value with each node containing the value's unique identifier.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string IdPath { get; set; }
Public Property IdPath As String
Get
Set
public:
property String^ IdPath {
String^ get ();
void set (String^ value);
}
member IdPath : string with get, set
Property Value
Type:
String
See Also