Imp.Contract Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the contract. This is for internal use only and was marked public to allow it to be serialized into XAML.

Namespace:  System.ComponentModel.Composition.Caching
Assembly:  Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)

Syntax

'Declaration
Public Property Contract As String
    Get
    Set
'Usage
Dim instance As Imp
Dim value As String

value = instance.Contract

instance.Contract = value
public string Contract { get; set; }
public:
property String^ Contract {
    String^ get ();
    void set (String^ value);
}
member Contract : string with get, set
function get Contract () : String
function set Contract (value : String)

Property Value

Type: System.String
The contract.

.NET Framework Security

See Also

Reference

Imp Class

Imp Members

System.ComponentModel.Composition.Caching Namespace