DslLibraryHasXmlSerializationBehavior.DslLibrary Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "XmlSerializationBehavior", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior/DslLibrary.PropertyDisplayName", _
Multiplicity := Multiplicity.One)> _
<DomainObjectIdAttribute("638b53db-027f-401d-a1db-738634697f9c")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior/DslLibrary.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior/DslLibrary.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property DslLibrary As DslLibrary
'Usage
Dim instance As DslLibraryHasXmlSerializationBehavior
Dim value As DslLibrary
value = instance.DslLibrary
instance.DslLibrary = value
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "XmlSerializationBehavior",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior/DslLibrary.PropertyDisplayName",
Multiplicity = Multiplicity.One)]
[DomainObjectIdAttribute("638b53db-027f-401d-a1db-738634697f9c")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior/DslLibrary.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior/DslLibrary.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public DslLibrary DslLibrary { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"XmlSerializationBehavior",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior/DslLibrary.PropertyDisplayName",
Multiplicity = Multiplicity::One)]
[DomainObjectIdAttribute(L"638b53db-027f-401d-a1db-738634697f9c")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior/DslLibrary.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior/DslLibrary.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property DslLibrary^ DslLibrary {
DslLibrary^ get ();
void set (DslLibrary^ value);
}
public function get DslLibrary () : DslLibrary
public function set DslLibrary (value : DslLibrary)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
.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
DslLibraryHasXmlSerializationBehavior Class