ExportDescriptorPromise.IsShared Property

Definition

Gets a value that indicates whether the promise is shared.

public:
 property bool IsShared { bool get(); };
public bool IsShared { get; }
member this.IsShared : bool
Public ReadOnly Property IsShared As Boolean

Property Value

true if the promise is shared within some context; otherwise, false.

Applies to