Share via


Prefix Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the event source namespace prefix.

Namespace:  Dpws.Device.Services
Assembly:  MFDpwsDevice (in MFDpwsDevice.dll)

Syntax

'Declaration
Public Property Prefix As String
public string Prefix { get; set; }
public:
property String^ Prefix {
    String^ get ();
    void set (String^ value);
}
member Prefix : string with get, set
function get Prefix () : String
function set Prefix (value : String)

Property Value

Type: System. . :: . .String
The event source namespace prefix.

.NET Framework Security

See Also

Reference

DpwsWseEventSource Class

Dpws.Device.Services Namespace