IMaterializationService.SitingBlocked Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.ComponentModel
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property SitingBlocked As Boolean
    Get
'Usage
Dim instance As IMaterializationService
Dim value As Boolean

value = instance.SitingBlocked
bool SitingBlocked { get; }
property bool SitingBlocked {
    bool get ();
}
abstract SitingBlocked : bool
function get SitingBlocked () : boolean

Property Value

Type: System.Boolean