DataClientObjectAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DataClientObjectAttribute class, specifying the class ID.
public:
DataClientObjectAttribute(System::String ^ classId);
public DataClientObjectAttribute (string classId);
new Microsoft.VisualStudio.Data.Core.DataClientObjectAttribute : string -> Microsoft.VisualStudio.Data.Core.DataClientObjectAttribute
Public Sub New (classId As String)
Parameters
- classId
- String
A string that contains a GUID in one of the formats that is recognized by the Guid constructor that takes a string input.