DataDefaultObjectAttribute(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 DataDefaultObjectAttribute class, using the specified class ID.
public:
DataDefaultObjectAttribute(System::String ^ classId);
public DataDefaultObjectAttribute (string classId);
new Microsoft.VisualStudio.Data.Core.DataDefaultObjectAttribute : string -> Microsoft.VisualStudio.Data.Core.DataDefaultObjectAttribute
Public Sub New (classId As String)
Parameters
- classId
- String
A string that contains a GUID in one of the formats recognized by the Guid constructor that takes a string input.