DataClientObjectAttribute.ClassId Property

Gets the class ID that identifies the client object class type.

Namespace:  Microsoft.VisualStudio.Data.Core
Assembly:  Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)

Syntax

Public ReadOnly Property ClassId As Guid

Dim instance As DataClientObjectAttribute
Dim value As Guid

value = instance.ClassId
public Guid ClassId { get; }
public:
property Guid ClassId {
    Guid get ();
}
public function get ClassId () : Guid

Property Value

Type: System.Guid

The class ID that identifies the client object class type.

Remarks

If the class ID used to create an instance of this attribute is not in a valid format, getting this property will return an empty GUID.

Permissions

See Also

Reference

DataClientObjectAttribute Class

DataClientObjectAttribute Members

Microsoft.VisualStudio.Data.Core Namespace