Microsoft.Protocols.TestSuites.MS_OXCPRPT.Model.SetCommonObjectProperties C# (CSharp) Method

SetCommonObjectProperties() private method

private SetCommonObjectProperties ( CommonObjectProperty commonProperty, CPRPTErrorCode &error ) : void
commonProperty CommonObjectProperty
error CPRPTErrorCode
return void
        public static void SetCommonObjectProperties(CommonObjectProperty commonProperty, out CPRPTErrorCode error)
        {
            error = CPRPTErrorCode.None;
        }