Syntax
| Visual Basic (Declaration) | |
|---|
Public Property orgAttachmentFileSizeLimit As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As GetUserInfoResult
Dim value As Integer
instance.orgAttachmentFileSizeLimit = value
value = instance.orgAttachmentFileSizeLimit |
| C# | |
|---|
public int orgAttachmentFileSizeLimit {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property int get_orgAttachmentFileSizeLimit();
public: __property void set_orgAttachmentFileSizeLimit(
int value
); |
| C++/CLI | |
|---|
public:
property int orgAttachmentFileSizeLimit {
int get();
void set ( int value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also