Segment.BlockingOperation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::XLANGs::Core::BlockingOperation ^ BlockingOperation { Microsoft::XLANGs::Core::BlockingOperation ^ get(); void set(Microsoft::XLANGs::Core::BlockingOperation ^ value); };
public Microsoft.XLANGs.Core.BlockingOperation BlockingOperation { get; set; }
member this.BlockingOperation : Microsoft.XLANGs.Core.BlockingOperation with get, set
Public Property BlockingOperation As BlockingOperation