Share via


ProviderInfo.IsInProc Property

 

Gets and sets a value that determines if the provider is in proc.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

[DataMemberAttribute]
public bool IsInProc { get; set; }
public:
[DataMemberAttribute]
property bool IsInProc {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property IsInProc As Boolean

Property Value

Type: System.Boolean

true if the provider is in proc; otherwise, false.

See Also

ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top