Show / Hide Table of Contents

    Class CommsGeneratedErrorConstants.Messages

    The messages.

    Inheritance
    Object
    CommsGeneratedErrorConstants.Messages
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Core
    Assembly: Microsoft.Graph.Communications.Core.dll
    Syntax
    public static class Messages

    Fields

    ResponseObjectUsedForUpdate

    Response object used for update error message.

    Declaration
    public const string ResponseObjectUsedForUpdate = "Do not use objects returned in a response for updating an object in Microsoft Graph. Create a new {0} object and only set the updated properties on it."
    Field Value
    Type Description
    String
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.