CodeGenerationUtilities.GetGeneratedPropertyGetterAccessModifier 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.
Returns the getter property modifier to be used for the Get/Set properties in the DomainRelationship class
public:
static System::String ^ GetGeneratedPropertyGetterAccessModifier(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ role);
public static string GetGeneratedPropertyGetterAccessModifier (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole role);
static member GetGeneratedPropertyGetterAccessModifier : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole -> string
Public Shared Function GetGeneratedPropertyGetterAccessModifier (role As DomainRole) As String
Parameters
- role
- DomainRole
role where the property is generated for.