User.IsOwner Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Returns true if this user is the owner of the resource.

Namespace:  WebSvcDiscovery
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
Public Property IsOwner As Boolean
    Get
    Set
'Usage
Dim instance As User
Dim value As Boolean

value = instance.IsOwner

instance.IsOwner = value
public bool IsOwner { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

User Class

User Members

WebSvcDiscovery Namespace