CodeGenerationUtilities.GetGeneratedLinkAccessModifier 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 most limited type access modifier among the passed in DomainRelationship and its role players.
public:
static System::String ^ GetGeneratedLinkAccessModifier(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRelationship ^ domainRelationship);
public static string GetGeneratedLinkAccessModifier (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship domainRelationship);
static member GetGeneratedLinkAccessModifier : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship -> string
Public Shared Function GetGeneratedLinkAccessModifier (domainRelationship As DomainRelationship) As String
Parameters
- domainRelationship
- DomainRelationship