|
ChannelCollectionBaseTFixedElementSize Property
|
Gets flag that indicates if collection elements have a fixed size.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic virtual bool FixedElementSize { get; }
Public Overridable ReadOnly Property FixedElementSize As Boolean
Get
public:
virtual property bool FixedElementSize {
bool get ();
}
abstract FixedElementSize : bool with get
override FixedElementSize : bool with get
function get_FixedElementSize();
View SourceProperty Value
BooleanImplements
IChannelCollectionTFixedElementSize
See Also