Windward Engine API Reference
contentSource Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > DescribeLayoutButton Class : contentSource Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(True)>
Public Property contentSource As Nullable(Of WebLinkType)
Visual Basic (Usage)Copy Code
Dim instance As DescribeLayoutButton
Dim value As Nullable(Of WebLinkType)
 
instance.contentSource = value
 
value = instance.contentSource
C# 
[XmlElementAttribute(true)]
public Nullable<WebLinkType> contentSource {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute(true)]
public: __property Nullable<WebLinkType> get_contentSource();
public: __property void set_contentSource( 
   Nullable<WebLinkType> value
);
C++/CLI 
[XmlElementAttribute(true)]
public:
property Nullable<WebLinkType> contentSource {
   Nullable<WebLinkType> get();
   void set (    Nullable<WebLinkType> value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.