Share via


SPEncryptedString.OwnerId Property

Gets the GUID of the object that owns the string.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property OwnerId As Guid
    Get
'Usage
Dim instance As SPEncryptedString
Dim value As Guid

value = instance.OwnerId
public Guid OwnerId { get; }

Property Value

Type: System.Guid
A System.Guid object that identifies the object.

See Also

Reference

SPEncryptedString Class

SPEncryptedString Members

Microsoft.SharePoint.Administration Namespace