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