XdsObjects Help file
XdsObjects Namespace / XdsAuthor Class / Telecommunication Property



In This Topic
    Telecommunication Property
    In This Topic
    The way to contact the author
    Syntax
    Public Property Telecommunication As XdsMultiString
    Dim instance As XdsAuthor
    Dim value As XdsMultiString
     
    instance.Telecommunication = value
     
    value = instance.Telecommunication
    public XdsMultiString Telecommunication {get; set;}
    public:
    property XdsMultiString^ Telecommunication {
       XdsMultiString^ get();
       void set (    XdsMultiString^ value);
    }
    Remarks
    This is an XdsMultiString object, allowing assigment from a string, string[] or List<string>
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also