SessionDescriptionLineParts Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic ReadOnlyCollection<string> Parts { get; }
Public ReadOnly Property Parts As ReadOnlyCollection(Of String)
Get
public:
property ReadOnlyCollection<String^>^ Parts {
ReadOnlyCollection<String^>^ get ();
}
member Parts : ReadOnlyCollection<string> with get
Property Value
Type:
ReadOnlyCollectionString
See Also