Expand Minimize
This topic has not yet been rated - Rate this topic

MSFT_SIPMeetingInviteSetting (New)

MSFT_SIPMeetingInviteSetting

Specifies settings that are sent as part of a meeting invite.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax


class MSFT_SIPMeetingInviteSetting
{
  [key] string Backend;
  string ClientBrandingURLSuffix;
  string ExternalClientDownloadURL;
  string ExternalHelpdeskURL;
  [key] string InstanceID;
  string InternalClientDownloadURL;
  string InternalHelpdeskURL;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPMeetingInviteSetting class has the following properties.

Backend

Data type: [key] string

Access type: Read-only

Must be empty when accessing data from Edge Server or Proxy Server roles. Required when accessing data from any role that belongs to a pool.

The computer name (either the FQDN or NetBIOS name) and SQL Server instance name of the Office Communications Server 2007, back-end database (configuration data is stored in the same SQL instance as user data, but in a different database). Indicates where this class is stored, which varies depending on the server role.

Server Role

Acceptable Values

Enterprise Edition

SQL_Instance_Name

Standard Edition

(local)\rtc

Access Edge Server and Forwarding Proxy

Empty string

ClientBrandingURLSuffix

Data type: string

Access type: Read/Write

Deprecated. Do not use.

ExternalClientDownloadURL

Data type: string

Access type: Read/Write

Optional. HTTP URL for the external location from which external users can download the Microsoft Office Live meeting client.

ExternalHelpdeskURL

Data type: string

Access type: Read/Write

Optional. HTTP URL for the external location at which external users can get Helpdesk information.

InstanceID

Data type: [key] string

Access type: Read-only

Required. A GUID value that uniquely identifies an instance of this class.

The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

InternalClientDownloadURL

Data type: string

Access type: Read/Write

Optional. HTTP URL for the internal location from which internal users can download the Microsoft Office Live meeting client.

InternalHelpdeskURL

Data type: string

Access type: Read/Write

Optional. HTTP URL for the internal location at which internal users can get Helpdesk information.

Remarks

This class gets and sets information at the following level(s): SQL.

Only one instance of this class can be present in the pool.

Instances of this class support the following interface methods:

Provider::EnumerateInstances(); Provider::GetObject(); Provider::PutInstance();

Where PutInstance() supports the following flag(s):

WBEM_FLAG_CREATE_ONLY WBEM_FLAG_UPDATE_ONLY WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role(s): Administrative Tools Server, Front End Server, Web Components Server, Web Conferencing Server.Namespace: Defined in \root\cimv2.

Concepts

Reference

[<LinkCreatedDuringXmlConversion>]
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.