CompartmentMapHasPropertyDisplayedPath.PropertyPath Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DomainObjectIdAttribute("9a2a0cc7-38bd-4429-973f-e66a1d1aca39")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "CompartmentMap", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath/PropertyPath.PropertyDisplayName", _
PropagatesDelete := True, Multiplicity := Multiplicity.ZeroOne)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath/PropertyPath.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath/PropertyPath.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property PropertyPath As PropertyPath
'Usage
Dim instance As CompartmentMapHasPropertyDisplayedPath
Dim value As PropertyPath
value = instance.PropertyPath
instance.PropertyPath = value
[DomainObjectIdAttribute("9a2a0cc7-38bd-4429-973f-e66a1d1aca39")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "CompartmentMap",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath/PropertyPath.PropertyDisplayName",
PropagatesDelete = true, Multiplicity = Multiplicity.ZeroOne)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath/PropertyPath.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath/PropertyPath.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public PropertyPath PropertyPath { get; set; }
[DomainObjectIdAttribute(L"9a2a0cc7-38bd-4429-973f-e66a1d1aca39")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"CompartmentMap",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath/PropertyPath.PropertyDisplayName",
PropagatesDelete = true, Multiplicity = Multiplicity::ZeroOne)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath/PropertyPath.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath/PropertyPath.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property PropertyPath^ PropertyPath {
PropertyPath^ get ();
void set (PropertyPath^ value);
}
public function get PropertyPath () : PropertyPath
public function set PropertyPath (value : PropertyPath)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CompartmentMapHasPropertyDisplayedPath Class