XmlSerializationBehavior.DslLibrary Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Property DslLibrary As DslLibrary
'Usage
Dim instance As XmlSerializationBehavior
Dim value As DslLibrary
value = instance.DslLibrary
instance.DslLibrary = value
public DslLibrary DslLibrary { get; set; }
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
XmlSerializationBehavior Class