Patchable<T>.IsIncluded Property

 

Gets a value indicating whether the value is set.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public bool IsIncluded { get; }
public:
property bool IsIncluded {
    bool get();
}
member IsIncluded : bool with get
Public ReadOnly Property IsIncluded As Boolean

Property Value

Type: System.Boolean

See Also

Patchable<T> Class
Microsoft.WindowsAzure Namespace

Return to top