Declaration Syntax
C# | Visual Basic | Visual C++ |
public GetAttachmentResult AttachmentResult { get; set; }
Public Property AttachmentResult As GetAttachmentResult Get Set
public: property GetAttachmentResult^ AttachmentResult { GetAttachmentResult^ get (); void set (GetAttachmentResult^ value); }