CodeGenerationUtilities.GetPropertyDefaultValueAttribute Method
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.
Gets the string for the constructor of the System.ComponentModel.DefaultValueAttribute.
public:
static System::String ^ GetPropertyDefaultValueAttribute(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ property);
public static string GetPropertyDefaultValueAttribute (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty property);
static member GetPropertyDefaultValueAttribute : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> string
Public Shared Function GetPropertyDefaultValueAttribute (property As DomainProperty) As String
Parameters
- property
- DomainProperty