Share via


DeviceInfo.Owner Property

 

Gets the owner.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

public string Owner { get; internal set; }
public:
property String^ Owner {
    String^ get();
    internal: void set(String^ value);
}
Public Property Owner As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

The owner.

See Also

DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top