Share via


PropertyPathReferencesProperty.PropertyPath Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("b67a8d1b-0fea-4e35-a89e-8a4219a6765e")> _
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.Category",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Property", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.PropertyDisplayName",  _
    Multiplicity := Multiplicity.One)> _
Public Property PropertyPath As PropertyPath
'Usage
Dim instance As PropertyPathReferencesProperty 
Dim value As PropertyPath 

value = instance.PropertyPath

instance.PropertyPath = value
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("b67a8d1b-0fea-4e35-a89e-8a4219a6765e")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Property", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.PropertyDisplayName", 
    Multiplicity = Multiplicity.One)]
public PropertyPath PropertyPath { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"b67a8d1b-0fea-4e35-a89e-8a4219a6765e")]
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.Category", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Property", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty/PropertyPath.PropertyDisplayName", 
    Multiplicity = Multiplicity::One)]
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

See Also

Reference

PropertyPathReferencesProperty Class

PropertyPathReferencesProperty Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace