|
| MultiArchive SDK .NET Documentation |
| ComponentProperty..::..Name Property |
| ComponentProperty Class See Also Send Feedback |
|
[This is preliminary documentation and is subject to change.]
Property holding the name of the component property.
Namespace: MultiArchive.SDK.ServiceUtils
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
| C# |
|---|
public string Name { get; set; } |
| Visual Basic |
|---|
Public Property Name As String Get Set |
| Visual C++ |
|---|
public: property String^ Name { String^ get (); void set (String^ value); } |