SubComponentWrapper.Length 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.Length"]

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

Syntax

C#
public Nullable<long> Length { get; set; }
Visual Basic
Public Property Length As Nullable(Of Long)
	Get
	Set
Visual C++
public:
property Nullable<long long> Length {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}

Property Value

Type: Nullable<(Of <(<'Int64>)>)>

See Also