Telephone PropertyUri Prefix Property
This is used to get or set the URI prefix if the value location is set to URI
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? UriPrefix { get; set; }VB
Public Property UriPrefix As String
Get
SetC++
public:
property String^ UriPrefix {
String^ get ();
void set (String^ value);
}F#
member UriPrefix : string with get, set