Visual Basic (Declaration) | |
---|---|
Public Property BoxProp As ReqBoxProp() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ReqBoxProp[] BoxProp {get; set;} |
C++/CLI | |
---|---|
public: property array<ReqBoxProp^>^ BoxProp { array<ReqBoxProp^>^ get(); void set (ReqBoxProp^array<value>^ value); } |
Return Value
An Array of ReqBoxProp which specify a list of box types that are of interest to the client.Use this field to specify the information about the returned image meta-data boxes.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family