SubComponentWrapper.LengthSpecified Property

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:MultiArchive.SDK.ServiceUtils.SubComponentWrapper.LengthSpecified"]

Namespace: MultiArchive.SDK.ServiceUtils
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public bool LengthSpecified { get; set; }
Visual Basic
Public Property LengthSpecified As Boolean
	Get
	Set
Visual C++
public:
property bool LengthSpecified {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also